Cleanup related to bug #13546 with subprocesses on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Wed, 13 Feb 2013 17:00:26 +0000 (19:00 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 13 Feb 2013 17:00:26 +0000 (19:00 +0200)
commit644dbb6ce398188aa94f4143bb62a3cd1cde01fc
tree21ea8013d47f71d2c1d21d785f4c4f07bc2979dd
parent75f2e55106c7aabd85d82b3770016ff2d722b47e
Cleanup related to bug #13546 with subprocesses on MS-Windows.

 src/w32.c (sys_pipe): When failing due to file descriptors above
 MAXDESC, set errno to EMFILE.
 (_sys_read_ahead): Update cp->status when failing to read serial
 communications input, so that the status doesn't stay at
 STATUS_READ_IN_PROGRESS.
src/ChangeLog
src/w32.c